home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / applications / wp / textra16.lha / Textra116 / Docs / WhatsNew.doc < prev    next >
Encoding:
Text File  |  1995-01-04  |  20.4 KB  |  568 lines

  1. !!!NEW!!!!!!NEW!!!!!!NEW!!!!!!  In V1.16  !!!!!!NEW!!!!!!NEW!!!!!!NEW!!!
  2.  
  3. MAJOR NEW FEATURES...
  4.  
  5.    o  Added Columnar Cut & Paste!!  Of course, in Textra, it's Graphical!
  6.       Hold down an ALT key before you drag-select an area... then Cut
  7.       or Copy.  --OR--  Hold down an ALT Key before you Paste.
  8.       
  9.    o  Added Textra.font.
  10.  
  11.    o  Added CBM Installer script, put old installer script
  12.       in the "scripts" drawer.  (move the old one back up
  13.       a level to execute, like if you don't have the CBM Installer
  14.       program.)
  15.       
  16. GENERALLY GREAT NEW STUFF...
  17.  
  18.    o  The system "Printer Preferences" is now accessible from the 
  19.       Textra "Print Preferences" requester via the "SYSTEM" 
  20.       button.  If your Preferences are where God & Commodore put 
  21.       them originally, this will work just fine.
  22.       
  23.    o  Added a new 'docs' file... 'TextraScripts.doc' which 
  24.       describes all of the scripts that come in the 1.16 release.  
  25.       See the file v1.16.NewScripts.doc for the latest new-file 
  26.       information.
  27.  
  28.    o  Added "Reverse" search option to Find requester.
  29.  
  30.    o  Asl requester positions are now persistent and re-appear in
  31.       the same position the next time one is opened.
  32.  
  33.    o  Added graphic to "About..." Requester.
  34.    
  35. NEW PREFERENCES STUFF...
  36.  
  37.    o  Add string-gadget which will accept up to 16 characters to Edit 
  38.       Preferences "Double-Click Selects Alpha-numeric" selection 
  39.       gadget.  Any non-numeric entered here will be considered 
  40.       alphanumeric for the purposes of double-click text selection.
  41.    
  42. THE AREXX INTERFACE...
  43.  
  44.    o  TEXTRAVERSION returns "1 16 12"
  45.    
  46.    o  See V1.16.NewScripts.doc for new AREXX scripts.
  47.    
  48.    o  No new commands in this version.
  49.    
  50. BUGS FIXED IN 1.16...
  51.  
  52.    o  Fixed a problem that caused print page formatting to be 
  53.       incorrect on some printers if the "left margin" was set to 
  54.       anything but 1.
  55.  
  56.    o  Fixed text selection irregularities when drag-selecting 
  57.       near the top or bottom of a file.
  58.    
  59.    o  Editor would hang if an attempt was made to print an empty file.
  60.  
  61.    o  Fixed infrequent but possible crash when a line was wider than
  62.       the window; crash would occur only during entire window updates
  63.       (like when the window was expanded by the grow gadget).
  64.    
  65.    o  The "Project, Print Selected Lines" menu item printed
  66.       one line too few.
  67.    
  68.    o  INSERTFILE was not documented in RexxCommand.doc
  69.  
  70.  
  71. -------------------------------------------------------------------
  72.  
  73. Was new in V1.15...
  74.  
  75. MAJOR NEW FEATURES...
  76.  
  77.    o  Textra now includes a full-featured interface to the popular 
  78.       SAS/C development environment.  The best news is that the 
  79.       Textra interface was developed and generously contributed 
  80.       by SAS Institute's Jim Cooper.  If Textra becomes the national 
  81.       text editor, Jim has his own room in the Bahamas mansion :-)
  82.       See 'docs/SASC.ReadMe'.
  83.  
  84.    o  The new MARKS facility allows you to assign any selected 
  85.       text to a logical name of up to 31 chars long.  Any number 
  86.       of assignments can be made.  A convienient GUI-based 
  87.       interface is provided (of course), as well as complete 
  88.       ARexx command equivalency.
  89.  
  90.    o  Users may now opt to use the ASL File requester in place of 
  91.       the native Textra file requester (choose in Edit 
  92.       Preferences).  Default is the Asl requester.
  93.       
  94.    o  Under 2.0 or later, the CUT, COPY and PASTE functions now 
  95.       operate with the standard clipboard device (unit 0).
  96.    
  97.    o  This is the first version to be low-memory-failure-proof! 
  98.       ANY MEMORY REQUEST FAILURE WILL FLASH THE SCREEN 3 TIMES in 
  99.       1 second, then wait until the memory comes available.
  100.  
  101. GENERALLY GREAT NEW STUFF...
  102.  
  103.    o  Textra now supports just about any mail reader known to
  104.       Amiga-Man!  Textra 1.15 sports both a command-line option
  105.       as well as an ARexx command which tell Textra to
  106.       "hold" the calling program until the specified window
  107.       is closed.  (See Textra.doc and RexxCommands.doc).  Even
  108.       when Textra is "blocking" an external program in this way,
  109.       you are free to open, close, or edit other files!
  110.       
  111.    o  Program now takes note if a file is MSDOS format or Amiga 
  112.       format and will preserve the format when saved.  This means 
  113.       that Textra is now MSDOS-text-format-compatible and can be 
  114.       used across MSDOS bridges like CrossDOS to edit MSDOS 
  115.       files.  You can even determine/change the current format of 
  116.       a file via the SAVE AS... requester.
  117.  
  118.    o  Added the ability to write-protect a window so that it 
  119.       cannot be accidentally altered while open.
  120.       
  121.    o  Before you SAVE a file over an existing disk file, Textra 
  122.       now performs some checks that nothing else has messed with 
  123.       the file on disk while the editor has held a copy in ram.
  124.  
  125.    o  Under 2.0 and later, Textra will display the 2.x-style 
  126.       'busy pointer'.
  127.  
  128. NEW PREFERENCES STUFF...
  129.  
  130.    o  Removed "Strip extra blank lines on SAVE" gadget from Edit
  131.       Preferences requester due to an incompatibility with Marks.
  132.       If anybody cares if this goes away permanently, let me know.
  133.    
  134.    o  Choosing between the use of the ASL and native TEXTRA file
  135.       requesters is done via the Edit Preferences requester..
  136.       
  137. NEW AREXX COMMANDS AND SCRIPTS...
  138.  
  139.    o  TEXTRAVERSION returns "1 15 12"
  140.    
  141.    o  GET file info - return info about mem & disk sizes, etc.
  142.    
  143.    o  GET window info - return dimensions, changed status, etc.
  144.    
  145.    o  GET window <num> - get the 'window-pointer' by index
  146.    
  147.    o  PREFS WrapFind [option] - set FIND command behavior
  148.    
  149.    o  PLACEWINDOW - relocate the window to anywhere onscreen
  150.    
  151.    o  LINE, LINE1, COLUMN, COLUMN1 and GOTOXY1 - easy new cursor 
  152.       commands.  The '1' variants are for use in interfaces which
  153.       require 1's-based cursor addressing.
  154.  
  155.    o  Added the 3 Marks-related ARexx commands: MARKSELECTION,
  156.       GOTOMARK and DELETEMARK.
  157.    
  158.    o  STATUSTEXT - display a status message in the status line (click
  159.                    on status line to restore normal status line)
  160.    
  161. BUGS FIXED IN 1.15...
  162.  
  163.    o  Fixed a rather serious bug that was always in "Insert 
  164.       File...".  If you inserted a file that was 5 lines long, it 
  165.       would wreck memory in the machine, most probably resulting 
  166.       in you going down in flames. Actually, it would do this 
  167.       while inserting a file that was (multiple-of-256)+5 lines 
  168.       long (5, 261, 517, etc.).
  169.    
  170.    o  In some cases, if you responded CANCEL to the system
  171.       "Insert volume xxxx into any drive" requester, the editor
  172.       would crash.
  173.  
  174.    o  Fixed a problem preventing the state of the Status Line
  175.       Preferences setting from being saved.
  176.  
  177.    o  Fixed a crash if an attempt to open a new window failed.
  178.       Now no dire effects will occur... the new window just
  179.       doesn't open.
  180.  
  181. -------------------------------------------------------------------
  182.  
  183. Was new in V1.14
  184.  
  185. MAJOR NEW FEATURES...
  186.  
  187.    o  Registered users may now disable the 2.5 second registration
  188.       notice at startup.  Textra will not present it if it finds
  189.       a file called "ram:Textra.Reg.Known".  I suggest you add a
  190.       line to your startup-sequence similar to:
  191.       
  192.          date >ram:Textra.Reg.Known
  193.    
  194.    o  Added the status line and a Preference item for enabling and
  195.       disabling it.
  196.    
  197.    o  The ARexx requester now permits 10 strings.  The F7 through 
  198.       F10 keys activate four of them, as before.  Additionally, 
  199.       Shift-F7 through Shift-F10 now activate another four.
  200.    
  201.    o  By default, CTRL+any alphabetic key will execute an ARexx 
  202.       script named after the key.  For example:  CTRL-A will 
  203.       lookfor and execute a script called CTRLA.textra.  
  204.       CTRL+HELP will try to run CTRLhelp.textra.  EVERY ALPHABETIC
  205.       KEY ON THE KEYBOARD IS THEREFORE USER-DEFINABLE.
  206.    
  207.    o  If you double click on any of these characters... ( ) < > [ ] { }
  208.       Textra will search through the file in the appropriate direction
  209.       for a "balanced match" (handles nested substrings).  This is
  210.       great, for example, when programming C and you want to see
  211.       everything that the { you're staring at encompasses.  Textra will
  212.       highlight everything forward to the balancing } character.
  213.       
  214.       (If you are in Textra 1.14 or later, try double-clicking on
  215.       either of the above { or } chars or parens, etc.)
  216.       
  217.       Note that you can also find corresponding double-quote characters
  218.       "like around this", but Textra assumes you are clicking on the
  219.       LEADING double-quote.  (In other words, it will only conduct a
  220.       forward search for a corresponding double-quote).
  221.       
  222. GENERALLY GREAT NEW STUFF...
  223.  
  224.    o  By special request, at startup Textra now checks the relative 
  225.       average color intensities of the active intuition screen and if 
  226.       SAME AS wb 2.0+, (color1 darkest, color0 medium, color2 
  227.       brightest), it will use shaded gadgets and 2.0-style checkbox 
  228.       imagery (even if under 1.3 and earlier).  Earlier versions
  229.       checked if 2.0 or later, use shaded gadgets.
  230.    
  231.    o  Right-Amiga-W will now close the current window (same as
  232.       the CLOSEWINDOW gadget).
  233.    
  234.    o  Shortly after Textra opens it's first window (and before any file
  235.       requester is presented), Textra will look for and execute an
  236.       ARexx script called 'Startup.textra'.
  237.  
  238.    o  At startup, Textra now also checks that ARexx is actually running
  239.       before enabling the ARexx... menu item.  (It used to just check
  240.       that both the RexxSysLib.library and it's own message port opened
  241.       successfully).
  242.  
  243. NEW PREFERENCES STUFF...
  244.  
  245.    o  The new Status Line may be enabled/disabled via the Edit
  246.       Preferences requester.
  247.    
  248. NEW AREXX COMMANDS AND SCRIPTS...
  249.  
  250.    o  Added the QUITTEXTRA ARexx command.  See RexxCommand.doc
  251.    
  252.    o  Added new DelToEnd.textra, DelToStart.textra and
  253.       DelWholeLine.textra scripts.  All deal with deleting
  254.       the current line or portions thereof.
  255.  
  256.    o  New StartTextra.rexx script for using Textra with Paul Kienitz's
  257.       Q-Blue Offline Mail Reader program.  (with the script in your
  258.       rexx: dir, use 'rx StartTextra RAM:Bluedit' for your Editor
  259.       command.)  Actually, StartTextra.rexx is a general purpose
  260.       script that any application may use to easily load a file
  261.       into Textra, (if already open, it doesn't open it again, but
  262.       fronts the existing one).
  263.  
  264. BUGS FIXED IN 1.14...
  265.  
  266.    o  When a window would close, a bug would cause the newly-selected
  267.       window to be incorrectly chosen.
  268.  
  269.    o  A bug was fixed in determining invalid F1 Toggle-Size parameters
  270.       if the Workbench screen left edge was greater than 0.
  271.    
  272.    o  Fixed a crash that could occur if you were using a font with a
  273.       width less than 8.
  274.    
  275.    o  UNDO operations were not resetting menu states.
  276.  
  277.    o  The CLOSEWINDOW ARexx command was quite likely to crash.  The
  278.       only place this would show up in the release package was at the
  279.       end of the Tutorial.textra script, where the tutorial window
  280.       closes.
  281.    
  282.    o  There was another problem with the CLEAR Arexx command.  If it
  283.       was followed by certain commands like NEWLINE the editor
  284.       could crash
  285.  
  286. ----------------------------------------------------------------
  287.  
  288. Was new in V1.13
  289.  
  290. MAJOR NEW FEATURES...
  291.  
  292.     o Supports any fixed-spaced font.  (See the 'Fonts' section below)
  293.     
  294.     o Reworked event handling such that all tasks are independant of
  295.       each other.  This means you can edit in one window while
  296.       another is printing while another is running an ARexx
  297.       script.  Multi-processing!
  298.     
  299.     o Added "Print Selected Lines" menu item
  300.     
  301.     o Added "Insert File..." menu item (and an ARexx command, see below)
  302.  
  303.     o Added 'Install_Textra' program to release package.
  304.  
  305.     o Added Tutorial ARexx script to release package.
  306.  
  307. GENERALLY GREAT NEW STUFF...
  308.  
  309.     o If "Print File..." is run on the only open window, a requester
  310.       asks if a second window should be opened.
  311.  
  312.     o When you manually close a window, TEXTRA will now activate one
  313.       of the remaining TEXTRA windows.
  314.  
  315.     o Print algorithms now correctly process manually imbedded
  316.       Form-Feed (Ctrl-L) chars.
  317.  
  318.     o TEXTRA ARexx scripts are now nestable, they can be used in a
  319.       script just as they are used in a string gadget.
  320.  
  321.     o Buttons are now rendered as being "sunken" when clicked on.
  322.       Booleans (Radios) now "popup" & "popdown" when clicked.  This
  323.       is 2.0 Workbench compatible.  (no change under 1.3 & earlier)
  324.  
  325.     o PARAGRAPH.textra sped up by a factor of, geez, several times.
  326.     
  327.     o Properly handles the file's ARCHIVE bit on file modification
  328.     
  329.     o Enhanced About... Requester.
  330.     
  331.     o OPEN BY NAME... now preloads string requester with
  332.       selected text.
  333.  
  334. FONTS...
  335.  
  336.     o TEXTRA can now support different fonts both in the window
  337.       title-bars and in the window text.  The fonts must be non-
  338.       proportional.
  339.  
  340.     o Added the ASL font requester (needs asl.library)
  341.     
  342.     o Can change the font in the current window.
  343.     
  344.     o Can set and save the font that will be used for newly-
  345.       opened windows.
  346.     
  347. NEW PREFERENCES STUFF...
  348.  
  349.     o Preferences can now be set to strip extra blank lines at the
  350.       end of a file when SAVE-ing.  (slows down the SAVE operation,
  351.       though)
  352.  
  353.     o New Double-Click selection configurability added to Edit
  354.       Preferences dialog.  Now can select either contiguous
  355.       non-whitespace characters or Alpha-Numeric strings.
  356.  
  357.     o Can now disable the "Skip Paper-Perforations" feature via
  358.       TEXTRA's Printing Preferences dialog
  359.  
  360.     o Added 'F1 Size Toggle' to Edit Preferences.  This allows the
  361.       user to configure an alternate 'size' for the F1 key (other than
  362.       full screen).  (Particularly handy in 2.0 with virtual screens
  363.       larger than the monitor screen size or in SuprerHires
  364.       1280x400 mode.)
  365.     
  366.     o Edit Preferences now have the Rt-Amiga-E key equivalent.
  367.     
  368.     o Added 'Eject Page' configurable items to 'Print Preferences'
  369.     
  370.     o Can set and save the font that will be used for newly-
  371.       opened windows.
  372.     
  373. NEW AREXX COMMANDS...
  374.  
  375.     o INSERTFILE "filename"  (at current cursor/select location)
  376.  
  377.     o CLOSEWINDOW  (close the currently selected window)
  378.     
  379.     o CHECKCANCEL (allows user to signal script to exit)
  380.     
  381.     o RETURNPROMPT & RETURNPROMPTN - allow an ARexx script to interact
  382.       (prompt for a response, wait for RETURN) with the current window
  383.     
  384.     o PREFS command now has 'Alphanumeric' and 'AlphanumericHops'
  385.       attributes.  See RexxCommand.doc.
  386.     
  387.     o TEXTRAVERSION returns 1 13 5
  388.  
  389. BUGS FIXED IN 1.13...
  390.  
  391.     o If the cursor was at the very end of a file, the DEL key
  392.       would crash.  This is, of course, fixed. (I am so embarrassed!)
  393.     
  394.     o When TABS were present in a line, it was possible for
  395.       repetative Search & Replace operations to miss a second
  396.       occurence on the same line, if it was close enough to the
  397.       first.  (Got that?)
  398.  
  399.     o ARexx "next word"-type commands no longer have to ignore 0-9,
  400.       now can operate AlphaNUMERICALLY if set with PREFS command.
  401.       (see RexxCommand.doc)
  402.  
  403.     o When reading in a file, Form-Feeds no longer trigger "doesn't
  404.       seem to be text" message.
  405.  
  406.     o The "Please Note..." requester that appears when
  407.       ARexx has sent TEXTRA an "Unknown Command" now waits
  408.       for user to click OK.
  409.     
  410.     o Fixed bug where line-indenting was lost if cursor was at the
  411.       beginning of line and RETURN was pressed.
  412.  
  413.     o Fixed problem in ARexx interface that would cause adeadlock
  414.       if 'address "TEXTRA"' was used within a .textra script
  415.     
  416.     o Fixed problem when searching for one or more TAB chars
  417.       (and nothing else)... select range would end up incorrect
  418.     
  419.     o New files no longer have the 'EXECUTE' protection-bit set.
  420.       (now just 'DELETABLE, WRITABLE and READABLE are default).
  421.     
  422.     o Fixed crash that could occur sometimes after the ARexx
  423.       CLEAR command.
  424.     
  425.     o SHIFT-extend of select range would only work with the
  426.       LEFT shift key.
  427.  
  428.     o Fixed crash if window close gadget was double-clicked.
  429.  
  430.     o Fixed problem with FINDFILE and OPENFILE ARexx commands.
  431.       in that NEW files, not yet saved, would not be found.
  432.       FINDFILE would return 0 and OPENFILE would open a new
  433.       window with the same name.
  434.  
  435. ----------------------------------------------------------------
  436.  
  437. was new in V1.12...
  438.  
  439.    o  Added UNDO
  440.  
  441.    o  Greater stability in low-memory situations
  442.  
  443.    o  change SAVE-AS to accept a dir name like OPEN by NAME...
  444.       The 'USE LIST' button is therefore gone.
  445.  
  446.    o  Continuous scroll in file requester scroll gadgets
  447.  
  448.    o  5-10 times faster searching for text
  449.  
  450.    o  Added OPENFILE, FINDFILE, SELECTWINDOW, SAVEAS and
  451.       TEXTRAVERSION to arexx i/f command set
  452.  
  453.    o  Slightly cleaner 'resize window' algorithm (when not large enough
  454.       for a requester)
  455.  
  456.    o  Added 2 more possible diskbuttons in file requesters,
  457.       now can have up to 8
  458.  
  459.    o  Requesters which can automatically pop up when quitting
  460.       (such as the "SAVE CHANGES?" one) now also do a WindowToFront()
  461.  
  462.    o  Changed F6 so that it toggles between the last 2 selected
  463.       files (instead of cycling through the entire list).
  464.  
  465.    o  Cleaned up HELP...a little easier to read.
  466.  
  467.    o  Fixed 'double-draw' when a requester was opened immediately
  468.       after it's window was fronted.
  469.  
  470.    o  If a second TEXTRA is launched, it will send the appropriate
  471.       OPENFILE AREXX commands to the first, then exit. (That
  472.       brain-damaged "TEXTRA is already running" system requester
  473.       is gone!)  NOTE: AREXX needs to be installed for this to work.
  474.  
  475.    o  While reading in a file, and funny chars are seen in
  476.       the first 32 bytes, put up a requester asking if loading
  477.       should continue. (funny=not visible, white, lf or cr)
  478.       (Hmmm...should also check for cls)
  479.  
  480.    o  New PARAGRAPH script for paragraph formatting...replaces the
  481.       WRAPAT script
  482.  
  483. ----------------------------------------------------------------
  484.  
  485. V1.11...
  486.  
  487. Graphics/gadget-imagery  now Workbench 2.0-oriented. 
  488. (Under 1.3 and earlier, requesters & gadgets now appear primarily
  489. monochrome.)
  490.  
  491. New WrapAt.textra AREXX script.  Select a paragraph or paragraphs,
  492. then try WRAPAT 60. (Assuming paragraphs are separated by a blank
  493. line)
  494.  
  495. While printing, TEXTRA v1.11 should not significantly slow down other
  496. processes anymore.
  497.  
  498. Fixed a bug where, if an AREXX script called GET CURSOR CHAR 
  499. when the cursor was at the end of a line, very strange (and 
  500. usually bad) things would happen later on.
  501.  
  502. ----------------------------------------------------------------
  503.  
  504. V1.10...
  505.  
  506. The BIG, BIG news is, of course the AREXX port (TREXXTRA?!!?).
  507. See the file RexxCommand.doc for details on the TEXTRA/AREXX
  508. command set available and other special notes.
  509.  
  510. Added Preference item for stripping CR from CR,LF sequences when
  511. reading in the file.
  512.  
  513. Added horiz scroll gadget.
  514.  
  515. Fixed 'Open by Name...' to NOT ask for floppy, if ejected.
  516.  
  517. Changed up & down arrow keys to center the cursor line if off-screen.
  518.  
  519. Made 'keyboard help' prettier, more complete.
  520.  
  521. Cleaned-up arrow gadget images
  522.  
  523. Change window sizing so that if necessary, last line of file
  524. will 'move down' do a new 'bottom of window'.
  525.  
  526. FIXED In V1.10...
  527.  
  528. Enforcer CLEAN!  (At least *I* can't squeeze any more outta it!)
  529.                  (Let me know if *YOU* can!)
  530.  
  531. Fixed printing problem with leading space at beginning of each line
  532.  
  533. Trying to exceed a line length of 255 used to crash.  not anymore.
  534.  
  535. 'Go To Line' on last line (the always-empty one) would cause it
  536. to become selected all the way 'cross the screen (inferring a next line).
  537. This would cause bad array pointers and the like to be used for virtually
  538. any further operations, and ultimately a crash.  fixed.
  539.  
  540. Up- or down-arrow into middle of TAB would cause problems
  541.  
  542. With only one blank line at the eof, select FROM past eol on
  543. line last-2 TO last.  Hitting backspace caused last-1 to stay visible.
  544.  
  545. Fixed problem where double-click, even if curs pos changed, would
  546. not allow drag select on second click.
  547.  
  548. Under 2.0, in Super-Hires (1280-wide screen), the F1 key didn't 
  549. enlarge to full-width (just half-width, 640) AND didn't return to
  550. small size when hit again.
  551.  
  552. If, while opening a file, a line was longer than 255, the open would stop at
  553. that line with no error message.  The (partial) file could be written out,
  554. destroying the (complete) original.  Now, Textra wraps the line and
  555. informs the user of such and the open continues to completion.
  556.  
  557. Incorporated Commodore's CloseWindowSafely() algorithm.  Earlier stuff
  558. could, on rare occasion, crash.  New stuff also feels much 'snappier'
  559. when closing windows (takes much less time).
  560.  
  561. Fixed problem where funny text would sometimes corrupt "open file"
  562. requester when diving down into a directory that was double-clicked.
  563.  
  564. Fixed random write when closing files individually (thanks, enforcer)
  565.  
  566. Fixed random read resulting in possible (but unlikely) crash
  567. in some instances of string gadget usage.  (thanks, enforcer)
  568.